projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cbc9d5
)
(hook): Use `widget-group-match' instead of
author
Karl Heuer
<kwzh@gnu.org>
Fri, 24 Oct 1997 19:33:49 +0000
(19:33 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 24 Oct 1997 19:33:49 +0000
(19:33 +0000)
`widget-editable-list-match'.
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index e10db897f9fc521f93e3f230c9e2c49afe8337f8..3ded4281e94e1529ae6957a83f748906056b6577 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-2502,7
+2502,7
@@
Optional EVENT is the location for the menu."
value))
:match (lambda (widget value)
(or (symbolp value)
- (widget-
editable-list
-match widget value)))
+ (widget-
group
-match widget value)))
:convert-widget 'custom-hook-convert-widget
:tag "Hook")